home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 125
/
Vol 125 (Damaged).iso
/
games
/
poux.swf
/
scripts
/
frame_1
/
PlaceObject2_5_2
/
CLIPACTIONRECORD onClipEvent(enterFrame).as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2008-11-13
|
232 b
|
8 lines
onClipEvent(enterFrame){
text = int(_parent.getBytesLoaded() / 1000) add " OF " add int(_parent.getBytesTotal() / 1000);
if(_parent.getBytesTotal() == _parent.getBytesLoaded())
{
_parent.gotoAndStop(2);
}
}